* @return The script-side handle to this NPC */
| 248 | * @return The script-side handle to this NPC |
| 249 | */ |
| 250 | Daedalus::GameState::NpcHandle getScriptHandle() |
| 251 | { |
| 252 | return m_ScriptState.npcHandle; |
| 253 | } |
| 254 | |
| 255 | /** |
| 256 | * @return Looks up the script instance to our handle |
no outgoing calls
no test coverage detected