mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
17 lines
222 B
Markdown
17 lines
222 B
Markdown
|
|
### Function: GetStrBase(param1)
|
||
|
|
|
||
|
|
**Description:**
|
||
|
|
Placeholder description.
|
||
|
|
|
||
|
|
**Parameters:**
|
||
|
|
- `param1`: Spawn - The spawn or entity involved.
|
||
|
|
|
||
|
|
**Returns:** None.
|
||
|
|
|
||
|
|
**Example:**
|
||
|
|
|
||
|
|
```lua
|
||
|
|
-- Example usage
|
||
|
|
GetStrBase(...)
|
||
|
|
```
|