Actor Types⚓︎
Tip
These values are available in Lua by their index in the tes3.actorType table. For example, tes3.actorType.creature has a value of 0.
| Index | Value |
|---|---|
| creature | 0 |
| npc | 1 |
| player | 2 |
Tip
These values are available in Lua by their index in the tes3.actorType table. For example, tes3.actorType.creature has a value of 0.
| Index | Value |
|---|---|
| creature | 0 |
| npc | 1 |
| player | 2 |