script access each operator
#7
Is there a newer better way to do this?  This is problematic with identical names like Rotation operators being used multiple times. I can't think of a way to get identical event names (sloppy but possible)

Code:
function GetTyFlowOperators TyEventObj = (
    local AllOperators = #()
    local Op
    local i = 1
    do
    (
        if TyEventObj[i] != undefined then (Op = TyEventObj[i]) else (exit)
        append AllOperators Op
        i += 1
    ) while tyEventObj[i] != undefined
    return AllOperators
)
  Reply


Messages In This Thread
script access each operator - by Saca - 02-01-2022, 11:09 AM
RE: script access each operator - by tyFlow - 02-01-2022, 03:07 PM
RE: script access each operator - by Saca - 02-02-2022, 02:52 AM
RE: script access each operator - by Saca - 03-22-2023, 04:07 AM
RE: script access each operator - by tyFlow - 03-22-2023, 04:35 AM
RE: script access each operator - by Saca - 03-24-2023, 09:42 AM
RE: script access each operator - by im.thatoneguy - 06-16-2025, 07:22 PM

Forum Jump: