Skip to content

isPedUsingNativeWalkingStyle

Shared

Available in Neon, not standard MTA

Reports whether model-native walking-style selection is active for a ped.

Syntax

bool isPedUsingNativeWalkingStyle(ped thePed)

Arguments

thePedped

Target 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

RELATED NEON APIS

Continue exploring

Read the system guide →