Kemena3D
Loading...
Searching...
No Matches
kemena::kScriptManager Member List

This is the complete list of members for kemena::kScriptManager, including all inherited members.

callEvent(kScriptInstance *inst, kScriptEvent evt)kemena::kScriptManager
compileFileToBytecode(const kString &sourcePath, const kString &outPath, bool stripDebug=false)kemena::kScriptManager
compileToBytecode(const kString &scriptUuid, const kString &outPath, bool stripDebug=false)kemena::kScriptManager
createInstance(const kString &componentUuid, const kString &scriptUuid)kemena::kScriptManager
destroy()kemena::kScriptManager
destroyAllInstances()kemena::kScriptManager
destroyInstance(const kString &componentUuid)kemena::kScriptManager
getActiveObject() constkemena::kScriptManagerinline
getDeltaTime() constkemena::kScriptManagerinline
getEngine()kemena::kScriptManagerinline
getFixedDeltaTime() constkemena::kScriptManagerinline
getInstance(const kString &componentUuid)kemena::kScriptManager
getScriptAsset(const kString &uuid)kemena::kScriptManager
kScriptManager()kemena::kScriptManager
registerGlobalFunction(const kString &declaration, asSFuncPtr func)kemena::kScriptManager
registerScriptAsset(const kString &uuid, const kString &sourcePath, kScriptSourceType type=K_SCRIPT_TEXT, const kString &bytecodePath="")kemena::kScriptManager
setActiveObject(kObject *obj)kemena::kScriptManagerinline
setBytecodePath(const kString &uuid, const kString &bytecodePath)kemena::kScriptManager
setDeltaTime(float dt)kemena::kScriptManagerinline
setFixedDeltaTime(float dt)kemena::kScriptManagerinline
unregisterScriptAsset(const kString &uuid)kemena::kScriptManager
~kScriptManager()kemena::kScriptManagervirtual