MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetEngine

Method GetEngine

Sources/Jazz2/Scripting/ScriptLoader.h:72–74  ·  view source on GitHub ↗

@brief Returns **AngelScript** engine */

Source from the content-addressed store, hash-verified

70
71 /** @brief Returns **AngelScript** engine */
72 asIScriptEngine* GetEngine() const {
73 return _engine;
74 }
75
76 /** @brief Returns **AngelScript** main module */
77 asIScriptModule* GetMainModule() const {

Callers 15

OnActivatedAsyncMethod · 0.80
OnTileDeactivatedMethod · 0.80
OnHealthChangedMethod · 0.80
OnPerishMethod · 0.80
OnUpdateMethod · 0.80
OnUpdateHitboxMethod · 0.80
OnHandleCollisionMethod · 0.80
OnHitFloorMethod · 0.80
OnHitCeilingMethod · 0.80
OnHitWallMethod · 0.80
OnAnimationStartedMethod · 0.80
OnAnimationFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected