param_convert usage
How to convert multi-dimensional array in natives by using param_convert( ) or function similar to it ?
Code:
public native_blah( array[ ][ ][ ] ) |
Re: param_convert usage
What does your native exactly do ?
Why don't you use 0 style native ? (no need to convert by ref parms) Dunno how it works with multi-dimensional arrays though :P |
Re: param_convert usage
I don't think you can use multi-dimensional arrays in dynamic natives.
|
| All times are GMT -4. The time now is 02:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.