You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While vec3, mat34, and quatf are part of the EGG and nw4r libraries, the data_types dict should be extendable dynamically for game-specific implementations. The ideal usecase of this dict is for reading a datatype regularly created on the stack.
We should have a global data_types dict that scripts can append to.
The text was updated successfully, but these errors were encountered:
Related to TASLabz/mkw-scripts#12.
The current MKW implementation looks like this:
While
vec3
,mat34
, andquatf
are part of the EGG and nw4r libraries, thedata_types
dict should be extendable dynamically for game-specific implementations. The ideal usecase of this dict is for reading a datatype regularly created on the stack.We should have a global
data_types
dict that scripts can append to.The text was updated successfully, but these errors were encountered: