predefined print/asString methods for celx objects ?
Posted: 22.04.2004, 19:45
I am quite new to Celestia +Lua programming but I know Object language programming.
I first need lot of testing on methods availables in Celx
Is there a default method available offering a sort of 'asString' functionality:
I mean a method returning a string containing the values of the members of any instance of common objets of Celestia, which could then be printed on screen:
for exemple:
earth.getposition() asString
number asString
vector asString
observer.getposition() asString
frame asString ???
Thanks
I first need lot of testing on methods availables in Celx
Is there a default method available offering a sort of 'asString' functionality:
I mean a method returning a string containing the values of the members of any instance of common objets of Celestia, which could then be printed on screen:
for exemple:
earth.getposition() asString
number asString
vector asString
observer.getposition() asString
frame asString ???
Thanks