C# Class CSGOTriggerbot.CSGOClasses.Weapon

Inheritance: BaseEntity
Show file Open project: BigMo/Zat-s-External-CSGO-Multihack-v3 Class Usage Examples

Public Methods

Method Description
IsCarried ( ) : bool
IsValid ( ) : bool
Weapon ( BaseEntity baseEntity ) : System
Weapon ( Weapon other ) : System
Weapon ( int address ) : System

Protected Methods

Method Description
SetupFields ( ) : void

Method Details

IsCarried() public method

public IsCarried ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

SetupFields() protected method

protected SetupFields ( ) : void
return void

Weapon() public method

public Weapon ( BaseEntity baseEntity ) : System
baseEntity BaseEntity
return System

Weapon() public method

public Weapon ( Weapon other ) : System
other Weapon
return System

Weapon() public method

public Weapon ( int address ) : System
address int
return System