C# Class FOnline.GameVar

Inheritance: IManagedWrapper
ファイルを表示 Open project: wladimiiir/vault112

Public Methods

Method Description
AddRef ( ) : void
GameVar ( IntPtr ptr ) : System
Release ( ) : void

Private Methods

Method Description
AddRef ( IntPtr thisptr ) : void
GetMax ( IntPtr thisptr ) : int
GetMin ( IntPtr thisptr ) : int
GetValue ( IntPtr thisptr ) : int
Release ( IntPtr thisptr ) : void
SetValue ( IntPtr thisptr, int value ) : void

Method Details

AddRef() public method

public AddRef ( ) : void
return void

GameVar() public method

public GameVar ( IntPtr ptr ) : System
ptr System.IntPtr
return System

Release() public method

public Release ( ) : void
return void