Difference between revisions of "IsSwimming"

10 bytes added ,  05:59, 15 January 2011
m
no edit summary
imported>Ez0n3
imported>Ez0n3
m
Line 13: Line 13:
*[[IsSwimming]] will always return 0 if called on the player.
*[[IsSwimming]] will always return 0 if called on the player.
*If the calling actor is in the Wasteland worldspace, whether or not they are swimming can be determined by checking their Z coordinate. This approach, unlike [[IsSwimming]], will work perfectly on the player (only works for the main water body [auto-water], not for placeable water).
*If the calling actor is in the Wasteland worldspace, whether or not they are swimming can be determined by checking their Z coordinate. This approach, unlike [[IsSwimming]], will work perfectly on the player (only works for the main water body [auto-water], not for placeable water).
  if GetPos Z < 10500
:<pre>if GetPos Z < 10500</pre>


[[Category:Functions]]
[[Category:Functions]]
Anonymous user