Skip to content

v0.3.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fisothemes fisothemes released this 10 Mar 03:31
· 94 commits to master since this release

Feature Change:

  • FB_List
    • Changed how the Set(...) method works. Set method used to only set a value if its the same type. Now it just replaced the value in that location with whatever typed value you set the location to be.

Fixes:

  • FB_List and FB_Array_List
    • The bSuccess output parameter, an indicator for whether an operation is successful, was not implemented on the Resize(...) method.
    • Removed type match checking on the Get_Generic(...) Method. This checked if the Return_Item parameter was the same type as the one being retrieved. That parameter was an output and there is no point in type checking since you're retrieving a generic.