1,376
edits
(→id()) |
|||
| Line 403: | Line 403: | ||
{{Nasal doc | {{Nasal doc | ||
|syntax = id(object); | |syntax = id(object); | ||
|source = {{simgear file|simgear/nasal/lib.c|l= | |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 | ||
edits