mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
19 lines
405 B
Markdown
19 lines
405 B
Markdown
### Function: SetPlayerProximityFunction(param1, param2, param3, param4)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: Spawn - The spawn or entity involved.
|
|
- `param2`: float - Floating point value.
|
|
- `param3`: string - String value.
|
|
- `param4`: string - String value.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
SetPlayerProximityFunction(..., ..., ..., ...)
|
|
```
|