Wiki

Clone wiki

RtsPlayMakerActions / Action / SetTileUserFlag

Set Tile User Flag

Sets state of custom user flag for a specific tile.


This action replicates functionality of TileData.SetUserFlag.


Screenshot of action user interface.

Input Variables

Tile System Component : Rotorz.Tile.TileSystem
Tile system of which to adjust.
Row Index : int
Zero-based row of tile.
Column Index : int
Zero-based column of tile.
Flag Number : int
The custom user flag (1 to 16).
Set Flag : bool
Indicates if flag should be set or unset.
Every Frame : bool
Indicates if action should be repeated for every frame.

Updated