Client
RequestModel
Function to request an entity model
function HRLib.RequestModel(model: string|integer|string[]|integer[])
Parameters description
model
- the model to load
RequestAnimDict
Function to request an entity model
function HRLib.RequestAnimDict(animDict: string|string[])
Parameters description
animDict
- the animation dictionary to load
RequestPTFX
Function to request named PTFX assets
function HRLib.RequestPTFX(name: string|string[])
Parameters description
name
- the PTFX asset(s) name(s)
Last updated