Python Script Engine  8.3
GL Studio Editor Python Script API
Method Member List

This is the complete list of members for Method, including all inherited members.

GetArguments()Method
GetComment()Method
GetMethodBodyStr()Method
GetMethodConst()Method
GetName()Method
GetProtection()Method
GetShouldGenerateMethodBody()Method
GetType()Method
GetUserDefinedAttributes()Method
GetUserDefinedAttributeValue(str attributeName)Method
Method(str name, str type, str args)Method
Method(str name, str type, str args, str comment, str methodBody, int protection=0)Method
SetArguments(str args)Method
SetComment(str comment)Method
SetMethodBodyStr(str methodBodyStr)Method
SetMethodConst(bool isConst)Method
SetName(str name)Method
SetProtection(int protection)Method
SetShouldGenerateMethodBody(bool shouldGenerate)Method
SetType(str type)Method
SetUserDefinedAttributeValue(str attributeName, str value)Method