<- PRPL reference <- Scripts

Self

ArgumentsResultNotation
UID [ - UID ]

Description

Returns the UID of the unit that ran this command.

Examples

# Show this Unit's UID in the debug window
Self trace
	stack.Push(new Data(baseUnit.UID));