getProperties
The getProperties
method returns the array of properties for this fact.
Syntax
getProperties()
Returns
(array of LuaIncompleteFactProperty
objects) An array of properties for the fact. See LuaIncompleteFactProperty Methods.
Example
local props = incomplete:getProperties() for i=1,#props do ...