eq2emu/docs/lua_functions/GetStrBase.md

14 lines
241 B
Markdown
Raw Permalink Normal View History

### Function: GetStrBase(spawn)
2025-05-04 14:34:15 -04:00
**Description:**
Gets the spawn's base strength.
2025-05-04 14:34:15 -04:00
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
2025-05-04 14:34:15 -04:00
**Returns:** UInt32 base strength value of the Spawn.
2025-05-04 14:34:15 -04:00
**Example:**
Example Required