mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 04:22:26 +00:00
Updated Lua General Functions (markdown)
parent
857ea79dc7
commit
2e7942ab40
@ -142,7 +142,7 @@ String get_zone_short_name();
|
|||||||
Integer get_zone_instance_id();
|
Integer get_zone_instance_id();
|
||||||
Integer get_zone_instance_version();
|
Integer get_zone_instance_version();
|
||||||
Integer get_zone_weather();
|
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 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 remove_area(Integer id);
|
||||||
Void clear_areas();
|
Void clear_areas();
|
||||||
@ -175,4 +175,4 @@ SpawnPointOptions is a lua table that accepts the following values:
|
|||||||
Integer animation;
|
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.
|
||||||
Loading…
x
Reference in New Issue
Block a user