- Fixed call to .Resume function if AI_A2A_CAP is calling.
This commit is contained in:
Frank
2020-01-02 20:15:42 +01:00
parent 6208c79d1f
commit d5b8ed62ae
3 changed files with 13 additions and 3 deletions

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 )