Merge branch 'develop' into FF/Fox2

This commit is contained in:
Frank
2020-01-02 23:04:48 +01:00
5 changed files with 43 additions and 42 deletions
+2 -1
View File
@@ -298,7 +298,8 @@ end
--
--
-- @param #BASE self
-- @param #BASE Child is the Child class from which the Parent class needs to be retrieved.
-- @param #BASE Child This is the Child class from which the Parent class needs to be retrieved.
-- @param #BASE FromClass (Optional) The class from which to get the parent.
-- @return #BASE
function BASE:GetParent( Child, FromClass )