15 lines
262 B
Markdown
15 lines
262 B
Markdown
### Function: SetFactionID(spawn, value)
|
|
|
|
**Description:**
|
|
Sets the faction of the Spawn(NPC).
|
|
|
|
**Parameters:**
|
|
- `spawn` (Spawn) - Spawn object representing `spawn`.
|
|
- `value` (int32) - Integer value `value`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|