Nasal library/geo: Difference between revisions

Jump to navigation Jump to search
Save
(Add getter methods)
(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 =
}}
}}


Navigation menu