User Tools

Site Tools


xrpl:deepcopylist

This is an old revision of the document!


Debug

ArgumentsResultNotation
[ - ]

Description

Looks at the top value on the stack (without taking it), and prints it's content into the output file.

Examples

		d1 = stack.Peek(); 
		Debug.Log(d1.GetType() + " " + d1.GetInt() + " " + d1.GetFloat() + " " + d1.GetString()); 
		Debug.Log("--EMPTY STACK--"); 
 
xrpl/deepcopylist.1551649047.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)