Pascal Doc
TPlayer Class
Search
Inherits: TObject, IRenderable
Declaration
200
TPlayer = class(TObject, IRenderable)201
private203
FInventory: TInventory;204
public206
procedure Render;207
end;Definition at Line: 200 of file: test1.pas
Inheritance Diagram
Dependency Diagram
Public Methods
| procedure | Equip (AWeapon: TWeapon) |
| procedure | Render |
Private Fields
| TWeapon | FWeapon |
| TInventory | FInventory |
Detailed Description
The TPlayer class.
Member Function Documentation
procedure TPlayer.Render
Field Documentation
FWeapon: TWeapon
No documentation for this Field.
FInventory: TInventory
No documentation for this Field.