SpriteBaseTileChange Method |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual int TileChange(
int OldTileValue,
int NewTileValue,
bool InitialOnly
)
Parameters
- OldTileValue
- Type: SystemInt32
Index of the tile type to search for - NewTileValue
- Type: SystemInt32
Which tile should these tiles be changed to - InitialOnly
- Type: SystemBoolean
If true, only affect tiles that the player just started touching.
Return Value
Type:
Int32The number of tiles affected.
Remarks See Also