Difference between revisions of "GetContainerForms - ObjectReference"
Jump to navigation
Jump to search
(Adding function page) |
(No difference)
|
Revision as of 19:44, 28 February 2022
Member of: ObjectReference Script
Returns an array containing all base forms in a specified container.
Syntax
Form[] Function GetContainerForms() native
Parameters
None.
Return Value
All base forms from the container.
Examples
; Return all the reports crimes to
Form[] containerForms = aContainer.GetContainerForms()