RequestAnimDict

Request an animation dictionary before starting an animation

Parameters description

ParameterTypeDescriptionDefault

dict

string|string[]

the animation dictionary to load or the animation dictionaries

----

Example

HRLib.RequestAnimDict('anim@heists@prison_heistig_2_p1_exit_bus')

-- Or

HRLib.RequestAnimDict({
    'anim@heists@prison_heistig_2_p1_exit_bus',
    'anim@heists@prison_heiststation@',
    'anim@heists@prison_heiststation@heels'
})

Last updated