- Found in:
- Vanilla
Description
Documentation Comment
Removes the specified count of resource from the container, scrapping items, and returning the remainder to said container.
The function returns the number of resource actually removed from the container
Caveats
Parameters
Examples
Auto-Generated Example
Resource myResource__akResource
int myInt__aiCount
bool myBool__abSilent
int returnedValue = myObjectReference__toCallFunctionOn.RemoveResources(myResource__akResource, myInt__aiCount, myBool__abSilent)