mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
Updated Lua General Functions (markdown)
@@ -186,6 +186,8 @@ Bool enable_recipe(Integer recipe_id);
|
|||||||
Bool disable_recipe(Integer recipe_id);
|
Bool disable_recipe(Integer recipe_id);
|
||||||
Void clear_npctype_cache(Integer npctype_id);
|
Void clear_npctype_cache(Integer npctype_id);
|
||||||
Real clock();
|
Real clock();
|
||||||
|
Void debug(String message);
|
||||||
|
Void debug(String message, Integer level);
|
||||||
```
|
```
|
||||||
|
|
||||||
SpawnPointOptions is a lua table that accepts the following values:
|
SpawnPointOptions is a lua table that accepts the following values:
|
||||||
|
|||||||
Reference in New Issue
Block a user