Game Nodes

CheckPlatform

Use this node to change game events depending on what platform you are running the game on.

Inputs

PortTypeDescription
CheckAnyTriggers a check of the current platform

Outputs

PortTypeDescription
PCAnyTriggers if the platform is PC
PS4AnyTriggers if the platform is PS4
XboxOneAnyTriggers if the platform is XboxOne

In the above example, we have setup a script that checks which platform the game is running on, then it will enable the appropriate entities.

So PC will enable all four entities, the Xbox360 will enable the first three and then the PS3 will enable the first two entities.

ForceFeedback

FlowNode to play/stop force feedback effects.

ForceFeedbackTweaker

FlowNode to control individual high and low frequency force feedback effect.

GetEntityState

Get current state of an entity.

GetGameRulesEntityId

Calls a script function on the entity.

GetSupportedGameRulesForMap

Get supported gamerules for a map.

IsLevelOfType

Check if a level is of given type.

ObjectEvent

Broadcast a game object event or send to a specific entity. EventParam is an event-specific string.

PauseGameUpdate

This node allows pausing/unpausing the game update and querying its state.

USE THIS NODE IN UI FLOWGRAPH (e.g. UI_ACTIONS) NOT IN GAME FLOWGRAPH.

Start

Fires on the start of the game, used to trigger flowgraphs on level start.

Deprecated Nodes

  • Game:ActorCheckHealth (now Actor:HealthCheck)
  • Game:ActorGetHealth (now Actor:HealthGet)
  • Game:ActorSensor (now Actor:Sensor)
  • Game:ActorSetHealth (now Actor:HealthSet)
  • Game:DamageActor (now Actor:Damage)
  • Game:DisplayTag (now Debug:DisplayTag)
  • Game:DisplayTagAdv (now Debug:DisplayTagAdv)
  • Game:LocalPlayer (now Actor:LocalPlayer)
  • Game:PlayerLink (now Actor:PlayerLink)
  • Game:SetVehicleAltitudeLimit (deprecated, use v_altitudeLimit CVar)
  • Game:DifficultyLevel

  • Game:EventListener

  • Game:FireSystemEvent

  • Game:ForceFeedbackTriggerTweaker

  • Game:GiveAchievement

  • Game:IsDemo

  • Game:IsZoomToggling

  • Game:MP:SetEquipmentLoadout

  • Game:RoundTrigger

  • Game:SaveGame

  • Game:SetPostEffectParam

  • Game:TutorialPlayerSP

  • Game:WeaponSensor