Cheat Sheet: Poses/Animations
Cheat Sheets for poses and animations
Summary
Published: Apr 27 2024 by Grovac, based on research by Apart Last documented update: Dec 17 2024 by mana vortex
AcceptedWeaponConfig
You can use this to spawn poses with props.
POSE_WEAPON_ASSAULTRIFLE
POSE_WEAPON_HANDGUN
POSE_WEAPON_LMG
POSE_WEAPON_PRECISIONRIFLE
POSE_WEAPON_REVOLVER
POSE_WEAPON_SHOTGUN
POSE_WEAPON_SHOTGUNDUAL
POSE_WEAPON_SMG
POSE_WEAPON_SNIPERRIFLE
POSE_WEAPON_HAMMER
POSE_WEAPON_HMG
POSE_WEAPON_KATANA
POSE_WEAPON_KNIFE
POSE_WEAPON_ONEHANDED
POSE_WEAPON_TWOHANDED
POSE_PHONE
POSE_CIGARETTE
POSE_POPCORN
POSE_GUITAR
POSE_MICROPHONE_RIGHT
POSE_MICROPHONE_LEFT
POSE_WEAPON_FISTS
poseStateConfig
You can use this to limit pose availability.
Adding a poseStateConfig
will cause your pose to be hidden in other circumstances. This might confuse users and lead to bug reports, so use it sparingly.
Unless indicated otherwise, none of the pose states below are available when swimming.
POSE_STATE_GROUND
Can only be used while standing on a surface.
POSE_STATE_GROUND_CROUCH
Can only be used while crouching on a surface.
POSE_STATE_AIR
Can only be used while in mid-air.
POSE_STATE_GROUND_AIR
Can only be used while on a surface or while in mid-air.
POSE_STATE_GROUND_WALK
Can only be used while walking on a surface.
POSE_STATE_GROUND_SPRINT
Can only be used while sprinting on a surface.
POSE_STATE_GROUND_ACTION
Can only be used while in combat on a surface.
POSE_STATE_SWIMMING
Can only be used while swimming.
POSE_STATE_SWIMMING_MOVING
Can only be used while swimming and moving.
POSE_STATE_CAR
Can only be used while driving a car.
POSE_STATE_BIKE
Can only be used while riding a motorcycle.
POSE_STATE_LADDER
Unused / no effect
POSE_STATE_GROUND_FLAT
Can only be used while standing on a flat surface.
POSE_STATE_GROUND_FLAT_AND_AIR
Can only be used while standing on a flat surface or while mid-air.
POSE_STATE_GROUND_FLAT_ACTION
Can only be used while standing on a flat surface and while in combat.
Last updated