|
|
| Sponsored by Magnetar Games | Main - Specification - Forum - Syntax |
|
XGC News Best Practices Documentation Discussion Forum About XGC Search Contact Us MORPH XGame/ABG XGame/RPS XRealm XScene XTheme MAGNETAR |
MORPH Syntax
A command represents a function prototype in an application. It may have a result,
modeled using the "Response" object, and it
may raise one or more exceptions,
as specified in the "Error" object.
If a function has no return value and does not raise exceptions, its
XML form can be compacted into an empty element with attributes.
|