User Tools

Site Tools


prpl:debug

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

DEBUG

ArgumentsResultNotation
[ - ]

Description

Examples

		d1 = stack.Peek(); 
		Debug.Log(d1.GetType() + " " + d1.GetInt() + " " + d1.GetFloat() + " " + d1.GetString()); 
		Debug.Log("--EMPTY STACK--"); 
 
prpl/debug.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)