mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 14:21:37 +00:00
Updated Lua General Functions (markdown)
+2
-2
@@ -142,7 +142,7 @@ String get_zone_short_name();
|
||||
Integer get_zone_instance_id();
|
||||
Integer get_zone_instance_version();
|
||||
Integer get_zone_weather();
|
||||
HashTable get_zone_time();
|
||||
HashTable get_zone_time(); -- three fields in the table returned: zone_hour, zone_minute, zone_time
|
||||
Void add_area(Integer id, Integer type, Real min_x, Real max_x, Real min_y, Real max_y, Real min_z, Real max_z);
|
||||
Void remove_area(Integer id);
|
||||
Void clear_areas();
|
||||
@@ -175,4 +175,4 @@ SpawnPointOptions is a lua table that accepts the following values:
|
||||
Integer animation;
|
||||
}
|
||||
```
|
||||
The values for spawn2_id, spawngroup_id, x, y, z, heading, respawn and variance are not optional and must be included when passed to add_spawn_point or the addition will fail.
|
||||
The values for spawn2_id, spawngroup_id, x, y, z, heading, respawn and variance are not optional and must be included when passed to add_spawn_point or the addition will fail.
|
||||
Reference in New Issue
Block a user