ReactionSystem

Documents the ReactionSystem class and its functions.

triangle-exclamation

Invoking ReactionSystem

To invoke the reaction system, use the following Global function:

rs = Game.ReactionSystem()

Sub-functions

AddFearSource

AddFearSource(runner : ref:GameObject);

RegisterCommunityRunner

RegisterCommunityRunner(runner : ref:GameObject) : Bool;

RegisterReaction

RegisterReaction(reaction : CName) : AIReactionCountOutcome;

RegisterTrafficRunner

RegisterTrafficRunner(runner : ref:GameObject) : Bool;

UnregisterCommunityRunner

UnregisterReaction

UnregisterTrafficRunner

Last updated