C# Class ZombieAPI.GameObjects.TeamInfo

The teaminfo object is a object that.... holds team info?
Inheritance: RemoteObject
Datei anzeigen Open project: jariz/jZm

Public Methods

Method Description
TeamInfo ( Process Game, int TeamInfoAddr, GEntity ParentEntity ) : System

Initialize a new TeamInfo based on the offset.

DO NOT CALL FROM PLUGIN. Use GEntity.Team to get this object.

Method Details

TeamInfo() public method

Initialize a new TeamInfo based on the offset.
DO NOT CALL FROM PLUGIN. Use GEntity.Team to get this object.
public TeamInfo ( Process Game, int TeamInfoAddr, GEntity ParentEntity ) : System
Game System.Diagnostics.Process The game process
TeamInfoAddr int The offset of the entity
ParentEntity GEntity ZombieAPI that initializes this class
return System