Index

Debug

Debug (“ABC”)

Description

Prints a value into the game's log file (Player.log). Only works when the game is in edit mode!

The location of Player.log can be found in player_log.

Examples

Debug("ABC")

See Also

UnitDebugText

Index