SetEntityModel
Sets the model for the given entity.
C# Syntax
void NAPI.Entity.SetEntityModel(NetHandle handle, int modelHash);
Parameters
- handle: parameter input should be in NetHandle type
- modelHash: parameter input should be in int type
Example
// Code here...