What I can't figure out is the specific meanings behind the set used for Papyrus. Are they documented anywhere?
I've come to the conclusion that the a in front of most parameter names must mean argument (which is backwards to my old programmer brain since they are parameter variables, but since they hold arguments I can see the twisted logic).
So here's the list of prefixes I've seen. Can anyone fill in the rest for me?
ab - boolean argument
ai - integer argument
af - float argument
as - string argument
ak - ?
ae - ?
ap - ?
ar - ?

