mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
19 lines
379 B
Markdown
19 lines
379 B
Markdown
### Function: SetWorldTime(param1, param2, param3, param4)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: int16 - Short integer value.
|
|
- `param2`: int16 - Short integer value.
|
|
- `param3`: int16 - Short integer value.
|
|
- `param4`: int16 - Short integer value.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
SetWorldTime(..., ..., ..., ...)
|
|
```
|