NWN2Wiki
Advertisement
//RWT-OEI 04/22/08
//Given a valid creature object ID, returns the movementratefactor on this creature.
//The movementratefactor is applied to the creature's movement speeds. It is modified by things
//such as effects, encumberance, etc.
float GetMovementRateFactor( object oCreature );
  • Added in Patch 1.13
Advertisement