If you use EnScript.GetClassVar(Class inst, string varname,int index, out void result) with static array of vector's you have several bad side effects possible:
- You can obtain illegal access to as i assume, memory layout, fay beyound bounds from static array data
- static matrix (vector[x][y]) will never work properly with this approach, and case 1. will go 10x badly
- You cant shurely know, is GetClassVar will return broken data of memory, or an valid data, because of https://feedback.bistudio.com/T170150 is persistent at moment
Im not sure, but looks like vector static matrices is broken