2,733
edits
Red Leader (talk | contribs) (Add getter methods) |
Red Leader (talk | contribs) (Save) |
||
Line 210: | Line 210: | ||
coord.set_xyz(20, 10, 30); | coord.set_xyz(20, 10, 30); | ||
debug.dump(coord.xyz()); # prints "[20, 10, 30]" | debug.dump(coord.xyz()); # prints "[20, 10, 30]" | ||
}} | |||
==== is_defined() ==== | |||
{{Nasal doc | |||
|syntax = geo.Coord.is_defined(); | |||
|source = {{fgdata file|Nasal/geo.nas|t=Source}} | |||
|text = | |||
|example1 = | |||
}} | }} | ||