Objmem(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
(New page: Category:Functions FUNCTION: {{Function|objmem(<object>)}} Returns the size in bytes of <object>. Note that this is the complete struct size of the object, and not just the [[att...)
 
(No difference)

Latest revision as of 00:19, 29 November 2010


FUNCTION: objmem(<object>)

Returns the size in bytes of <object>. Note that this is the complete struct size of the object, and not just the attribute values.

Related Topics

playmem()