Request
MSK.Request.AnimDict
Loads the given animation dictionary
Parameters
animDict - string - The dictionary
Returns
animDict - string - The given animation dictionary
MSK.Request.AnimDict(animDict)
-- Example:
MSK.Request.AnimDict("cellphone@")
-- As an Export:
exports.msk_core:RequestAnimDict(animDict)MSK.Request.AnimSet
Loads the given animation set
Parameters
animSet - string - The animation set
Returns
animSet - string - The given animation set
MSK.Request.AnimSet(animSet)
-- As an Export:
exports.msk_core:RequestAnimSet(animSet)MSK.Request.Model
Loads the given model
Parameters
model - number - The Hash of the model
Returns
model - number - The given model
MSK.Request.PtfxAsset
Loads the given animation set
Parameters
ptFxName - string - The ptFxName Asset
Returns
ptFxName - string - The given ptFxName Asset
MSK.Request.TextureDict
Loads the given animation set
Parameters
textureDict - string - The Texture Dictionary
Returns
textureDict - string - The given Texture Dictionary
Last updated