Function

Handles.GetTitanIdFromHandle

Int32 Handles.GetTitanIdFromHandle(Handle handle)
API https://api.avolites.com/16.0/api/Handles.GetTitanIdFromHandle.html
description Gets the titan id from a handle.
namespace Handles
parameter handle ( Handle ) : The handle to get the titanId from.
return value Int32

This one is useful for functions which do require a titanId while you rather want to pass e.g. a usernumber.

Example in

Timeline: Import Markers:

Handles.GetTitanIdFromHandle("timelineHandleUN=1")
Also used in
Remarks