Nasal library: Difference between revisions

Jump to navigation Jump to search
Line 403: Line 403:
{{Nasal doc
{{Nasal doc
|syntax = id(object);
|syntax = id(object);
|source = {{simgear file|simgear/nasal/lib.c|l=570|t=Source}}
|source = {{simgear file|simgear/nasal/lib.c|l=707|t=Source}}
|text = Returns a string containing information on the type and ID of the object provided in the single argument.  The information is returned in the form of <code>'''<type>''':'''<id>'''</code>, where '''<type>''' is the type of object, and '''<id>''' is the ID.
|text = Returns a string containing information on the type and ID of the object provided in the single argument.  The information is returned in the form of <code>'''<type>''':'''<id>'''</code>, where '''<type>''' is the type of object, and '''<id>''' is the ID.
|param1 = object
|param1 = object
1,376

edits

Navigation menu