25.06.2017, 16:21
Quote:
Thank you sir, for example, if a native returns me something, I can use it with the invoke?
For example: native FCNPC_GetPosition |
Код:
[NativeMethod(Function = "FCNPC_GetPosition")] public virtual int GetPosition(int id, out float x, out float y, out float z) { throw new NativeNotImplementedException(); }