DynRPG  v0.20
RM2k3 Plugin SDK
Public Member Functions | Public Attributes
RPG::Hero Class Reference

Used for the hero as subtype of characters. More...

Inherits RPG::Character.

List of all members.

Public Member Functions

RPG::HeroControlMode getControlMode ()
 Returns the current hero control mode.
void setControlMode (RPG::HeroControlMode controlMode)
 Sets the hero control mode.

Public Attributes

HeroVehicle vehicle
 Tells you whether the hero is in a vehicle at the moment.

Detailed Description

Used for the hero as subtype of characters.

See also:
RPG::hero

Member Function Documentation

Returns the current hero control mode.

Note:
This is a special feature of the DynRPG patch.
Returns:
Current control mode
See also:
setControlMode

Sets the hero control mode.

Note:
This is a special feature of the DynRPG patch.
Parameters:
controlModeThe new control mode
See also:
getControlMode

Member Data Documentation

Tells you whether the hero is in a vehicle at the moment.