Object Types
From King Arthur's Gold Wiki
Revision as of 20:25, 13 August 2012 by Shadlington (Talk | contribs)
Something here about the general concept of objects and their types.
Then a big ol' list of the types, linking to their own articles.
Type | Description |
---|---|
Attachments | |
CAttachment |
|
AttachmentPoint |
|
AI | |
CBrain |
|
BrainVars |
|
GUI | |
CBanner | CBanner |
CButton | |
CGridButton | |
CGridMenu | |
CHUD | |
Map | |
CMap |
|
CTileEffect |
|
Movement | |
CMovement | |
MovementConsts | |
MovementVars | |
CProperties | |
Shapes | |
CShape | |
ShapeConsts | |
ShapeVars | |
Sprites | |
CSprite | |
Animation | |
CSpriteLayer | |
SpriteConsts | |
SpriteVars | |
PixelOffset | |
TeamTexture | |
Respawns | |
CRespawn | |
CRespawnQueueActor | |
Weapons | |
CWeapon | |
WeaponConsts | |
WeaponVars | |
HitInfo | |
World | |
CRules | |
CTechnology | |
CTechTree | |
CClass | CClass |
CTeam | |
CCamera | |
General types | |
[[dimension2d<T>]] | {{:dimension2d<T>}} |
[[rect<T>]] | {{:rect<T>}} |
SColor |
The SColor type is used in GUI functions such as DrawRectangle. |
Vec2f |
The Vec2f type is mainly used in the blob for positioning and getting the mouse coordinates. |
[[Vector2d<T>]] | {{:Vector2d<T>}} |
string | String is used for storing strings of characters. |
Misc | |
CBlob |
CBlob is most common networked object in game that can be interacted in some way. |
CActor | CActor |
CPlayer |
|
CBitStream |
|
CNet | |
CInventory |
Represents an inventory - a container for CBlobs that is itself part of (owned by) a CBlob. |
ConfigFile |
The object used to read/write the contents of .cfg files |
Driver |
|
CControls |