C# Класс ZombieAPI.GameObjects.GEntity

A entity used in the game.
Entities are pretty much all things that aren't part of the map.
Наследование: RemoteObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GEntity() публичный Метод

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
Результат System