Introduction
Functions
Misc
Introduction/operators-get
Get Operator
Get operator is useful when you want to define something, call a function
or get reference to another object.
Example:
gm_stock->rotate(render_object_component, by, 0, 15, 0)
Example above uses get (->) operator to rotate render object component.