eq2emu/docs/lua_functions/GetIntBase.md

14 lines
258 B
Markdown
Raw Permalink Normal View History

### Function: GetIntBase(spawn)
2025-05-04 14:34:15 -04:00
**Description:**
Gets the base intelligence of the current Spawn.
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 of the Spawn's base intelligence.
2025-05-04 14:34:15 -04:00
**Example:**
Example Required