If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "Object"

From SWRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Infobox Object
<syntaxhighlight>
| Class            = Object
struct Guid
| Parent          =
{
| Outer            = Core.dll / Core.u
var int A, B, C, D;
| description      = Basic Engine mathematics and systems
};
}}
</syntaxhighlight>

Revision as of 05:20, 17 October 2017

struct Guid
{
	var int A, B, C, D;
};