1
0
EQ2Emu/docs/lua_functions/PlayVoice.md
2025-05-04 14:34:15 -04:00

21 lines
427 B
Markdown

### Function: PlayVoice(param1, param2, param3, param4, param5)
**Description:**
Placeholder description.
**Parameters:**
- `param1`: Spawn - The spawn or entity involved.
- `param2`: string - String value.
- `param3`: int32 - Integer value.
- `param4`: int32 - Integer value.
- `param5`: Spawn - The spawn or entity involved.
**Returns:** None.
**Example:**
```lua
-- Example usage
PlayVoice(..., ..., ..., ..., ...)
```