isPedUsingNativeWalkingStyle
Shared
Reports whether model-native walking-style selection is active for a ped.
Syntax
bool isPedUsingNativeWalkingStyle(ped thePed)Arguments
thePedpedTarget ped or player.
Returns
The current policy, or false for an invalid element.
Ownership and lifecycle
The policy survives model changes, stream cycles, joins, and native ped recreation. Numeric setPedWalkingStyle calls are still last-writer-wins.
OOP aliases
ped:isUsingNativeWalkingStyle()ped.usingNativeWalkingStyle
Where this comes from
SOURCECLuaPedDefs.cppClient/mods/deathmatch/logic/luadefs/CLuaPedDefs.cpp INTRODUCED / EXTENDED012f05529Read the commit and why the change was made
RELATED NEON APIS
Read the system guide → Continue exploring
← Back to the Neon Lua API · How Model-native walking styles works →