AVOLITES TITAN API

Boolean

Sets an action script property to a boolean value.

Namespace: AuthorCredentials.SetProperty

Syntax

MACRO

Void AuthorCredentials.SetProperty.Boolean(String id, Boolean value, String author)

HTTP

http://[ip]:4430/titan/script/2/AuthorCredentials/SetProperty/Boolean?id={string}&value={bool}&author={string}

Parameters

id ( String ) : The id of the property.

value ( Boolean ) : The value to set.

value

HTTP Example:
http://localhost:4430/titan/script/2/AuthorCredentials/SetProperty/Boolean?id={string}&value=true&author={string}

author ( String ) : The author.