Hi,
How do I go about to map variables from a cmod to pike?
I've found map_variable( "name", "type", flags, offset, pike_type ) but it comes along with a few questions. Can I only map struct object|string|array|... stuff from my Foo_program struct, or c stuff as well? like a foo * (or foo[]) treated as an array (guess not, so I'm about to make a struct array of my foo[])..
I'm only needing it for read only, but what happens if written to?