Marcus Agehall (PacketFront) @ Pike (-) developers forum wrote:
What do you mean by "map variables"?
If you are asking how to make variables in your CMOD visible from Pike, you should use code like "PIKEVAR int x" to create an integer that is visible from Pike.
Oh, right :) that was it. I'm still a bit confused about the array stuff though. But I think I'll get it soon enough =) Like, how do I initialize a pike array from my cmod? (i.e. I want to copy a c array to pike).