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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Handles]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : The handle to get the titanId from. | ^ return value | [[macros:type:Int32]] | This one is useful for functions which do require a titanId while you rather want to pass e.g. a usernumber. == Example in == [[macros:example:timelinemarkers]]: Handles.GetTitanIdFromHandle("timelineHandleUN=1") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~