d3d_transform_stack_push
From ENIGMA
This template shows that the function has not been fully documented. Please remove this template if you have finished documenting the function. Please refer to the Function:Documentation page if you are unaware of the format preferably used when documenting functions. Note importantly that all Game Maker functions should be tagged with the template {{Function:GM}} and ENIGMA functions should be tagged with the template {{Function:ENIGMA}}.
Notation
d3d_transform_stack_push()
Description
Pushes current transformation into top of stack. This does not reset transformation parameters. Returns true on success. Maximum stack size is 1002 (tested in GM8.0 and GM8.1).
Parameters
None.
Return Values
Returns true on success.
Example Call
Example of using the function.