Hi, I'd like to benefit from the efficiency of the rfcID byte, but I'm considering creating a look-up table of sorts to retain code readability as much as possible. (If there's something built in for this, feel free to let me know)
From this post (
http://www.tasharen.com/forum/index.php?topic=4826.0) Aren mentions "Relative to the TNObject. Each TNObject can have up to 255 numbered functions."
I'd like to confirm what I think this means.
Let's say I have object A with the TNObject script and script A1 and script A2 attached to that object. I also have Object B with the TNObject script and Script B attached to it. Between scripts A1 and A2 I can use a total of 255 numbered functions between both of them. Script B will be able to use its own 255 numbered functions as well, not having to share with other scripts.
Is this right?