blob: 54fc0c34aecb4592bc9b495ee6f64b4b89178266 (
plain)
1
2
3
4
5
6
|
Private["_index"];
_index = ('WFBE_EASTSLOTNAMES' Call GetNamespace) find (vehicleVarName _this);
if (_index < 0) then {_index = ('WFBE_WESTSLOTNAMES' Call GetNamespace) find (vehicleVarName _this)};
_index + 1
|