MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getScriptHandle

Method getScriptHandle

src/logic/PlayerController.h:250–253  ·  view source on GitHub ↗

* @return The script-side handle to this NPC */

Source from the content-addressed store, hash-verified

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

Callers 3

checkInfoMethod · 0.45
assessTalkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected