C# Class ZombieAPI.GameObjects.GEntity

A entity used in the game.
Entities are pretty much all things that aren't part of the map.
Inheritance: RemoteObject
Datei anzeigen Open project: jariz/jZm Class Usage Examples

Public Methods

Method Description
GEntity ( Process Game, int EntityAddr, ZombieAPI Parent ) : System

Initialize a new GEntity based on the offset.

DO NOT CALL FROM PLUGIN. Use ZombieAPI.Entities to get all entities.

Method Details

GEntity() public method

Initialize a new GEntity based on the offset.
DO NOT CALL FROM PLUGIN. Use ZombieAPI.Entities to get all entities.
public GEntity ( Process Game, int EntityAddr, ZombieAPI Parent ) : System
Game System.Diagnostics.Process The game process
EntityAddr int The offset of the entity
Parent ZombieAPI ZombieAPI that initializes this class
return System