DecisionMaker Constructor (String)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the DecisionMaker class.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public DecisionMaker(
	string name
)

Parameters

name
Type: SystemString
The name of the decision maker.
Examples

The following names are used by the game: PLAYER, COP, FIREMAN, MEDIC, OFFDUTY_EMT, SECURITY, SWAT, EMPTY, BASE, DEFAULT, GANG, FAMILY, GULL, HEN, RAT, FISH, SHARK, HORSE, DOMESTICANIMAL, DOG, WILDANIMAL, COUGAR, SMALLANIMAL, CAT, RABBIT. Note that certain decision makers inherit responses from another decision maker. For instance, COP inherits from BASE.
See Also

Reference