14 lines
258 B
Markdown
14 lines
258 B
Markdown
### Function: GetIntBase(spawn)
|
|
|
|
**Description:**
|
|
Gets the base intelligence of the current Spawn.
|
|
|
|
**Parameters:**
|
|
- `spawn` (Spawn) - Spawn object representing `spawn`.
|
|
|
|
**Returns:** UInt32 of the Spawn's base intelligence.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|