Wiki

Clone wiki

RtsPlayMakerActions / Action / GetTileUserFlag

Get Tile User Flag

Gets state of custom user flag for a specific tile.


This action replicates functionality of TileData.GetUserFlag.


Screenshot of action user interface.

Input Variables

Tile System Component : Rotorz.Tile.TileSystem
Tile system of which to access.
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).
Every Frame : bool
Indicates if action should be repeated for every frame.

Output Variables

Store Result : bool
Indicates state of user flag.

Updated