bl-sdk / PythonSDK

Borderlands 2 PythonSDK
62 stars 54 forks source link

Support static array properties #95

Closed apple1417 closed 3 years ago

apple1417 commented 3 years ago

As well as a few other small misc tweaks.

Adds support for static array properties - get as a list including null values, set as a sequence that's shorter than or equal to the array length (errors if longer). Adds an optional IncludeSubclasses argument to unrealsdk.FindAll(). Fixes C2102/C4238, allowing actually compiling in conformance mode again.