• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Help] Convert code written on YSI 4.x to 5.x(y_inline and y_malloc)
#1
Hi guys, i'm trying to convert this code:

Code:
? ?new

? ? ? ?cb_data[E_CALLBACK_DATA]

? ?;



? ?cb_data[E_CALLBACK_DATA_ALLOC] ? ? ?= ResolvedAlloc: address;

? ?cb_data[E_CALLBACK_DATA_POINTER] ? ?= Function: pointer;

? ?cb_data[E_CALLBACK_DATA_OFFSET] ? ? = offset;

? ?cb_data[E_CALLBACK_DATA_FORMAT][0] ?= data1;

? ?cb_data[E_CALLBACK_DATA_FORMAT][1] ?= data2;



To YSI 5.x Inline, but i really don't know what to do or how to start...

I read?y_inline_impl2.inc documentation and note "How to convert from old y_inline to new y_inline:", but i didn't understand it.



Thanks for reading!
  Reply


Messages In This Thread
[Help] Convert code written on YSI 4.x to 5.x(y_inline and y_malloc) - by MattHudson - 2019-04-20, 03:27 AM

Forum Jump: