CanPedBeKnockedOffBike

From Multi Theft Auto: Wiki
Revision as of 00:23, 28 March 2008 by Arc (talk | contribs) (New page: __NOTOC__ {{Client function}} This function checks if the given ped can fall off bikes. ==Syntax== <syntaxhighlight lang="lua"> bool canPedBeKnockedOffBike ( ped thePed ) </syntaxhighlight> ===Required ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function checks if the given ped can fall off bikes.

Syntax

bool canPedBeKnockedOffBike ( ped thePed )         

Required Arguments

  • thePed: the ped you want to check.

Example

See Also