Class Engine
Assembly: SlipeClient.dll
Syntax
Fields
|
Improve this Doc
View Source
instance
Declaration
protected static Engine instance
Field Value
Properties
|
Improve this Doc
View Source
Instance
Declaration
public static Engine Instance { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetModelIDFromName(String)
Declaration
public int GetModelIDFromName(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
|
Improve this Doc
View Source
GetModelLODDistance(Int32)
Declaration
public float GetModelLODDistance(int model)
Parameters
Type |
Name |
Description |
Int32 |
model |
|
Returns
|
Improve this Doc
View Source
GetModelNameFromId(Int32)
Declaration
public string GetModelNameFromId(int id)
Parameters
Type |
Name |
Description |
Int32 |
id |
|
Returns
|
Improve this Doc
View Source
GetModelTextureNames(Int32)
Declaration
public string[] GetModelTextureNames(int model)
Parameters
Type |
Name |
Description |
Int32 |
model |
|
Returns
|
Improve this Doc
View Source
GetModelTextureNames(String)
Declaration
public string[] GetModelTextureNames(string model)
Parameters
Type |
Name |
Description |
String |
model |
|
Returns
|
Improve this Doc
View Source
GetVisibleTextureNames(String, String)
Declaration
public string[] GetVisibleTextureNames(string nameFilter = null, string modelId = null)
Parameters
Returns
|
Improve this Doc
View Source
ReplaceAnimation(Ped, String, String, String, String)
Declaration
public bool ReplaceAnimation(Ped ped, string internalBlock, string internalAnim, string customBlock, string customAnim)
Parameters
Returns
|
Improve this Doc
View Source
RestoreAnimation(Ped, String, String)
Declaration
public bool RestoreAnimation(Ped ped, string internalBlock, string internalAnim)
Parameters
Returns
|
Improve this Doc
View Source
SetAsynchronousLoading(Boolean, Boolean)
Declaration
public bool SetAsynchronousLoading(bool value, bool forced = false)
Parameters
Returns
|
Improve this Doc
View Source
SetModelLODDistance(Int32, Single)
Declaration
public bool SetModelLODDistance(int model, float distance)
Parameters
Returns