AVOLITES TITAN API

Integer

Sets an action script property to a integer value.

Namespace: AuthorCredentials.SetProperty

Syntax

MACRO

Void AuthorCredentials.SetProperty.Integer(String id, Int32 value, String author)

HTTP

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

Parameters

id ( String ) : The id of the property.

value ( Int32 ) : The value to set.

author ( String ) : The author.