This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
xrpl:deepcopylist [2019/03/03 21:37] – created Karsten75 | xrpl:deepcopylist [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== Debug ===== | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | ||
- | |||
- | |||
- | === Description === | ||
- | Looks at the top value on the stack (without taking it), and prints it's content into the output file. | ||
- | |||
- | |||
- | === Examples === | ||
- | < | ||
- | Debug.Log(d1.GetType() + " " + d1.GetInt() + " " + d1.GetFloat() + " " + d1.GetString()); | ||
- | Debug.Log(" | ||
- | |||
- | </ | ||