Function ====== ActionScript.SetProperty.Float ====== Void ActionScript.SetProperty.Float(String id, Single value) ^ API | http://api.avolites.com/10.1/ActionScript.SetProperty.Float.html | ^ description | Sets an action script property to a floating point value. | ^ [[macros:namespace]] | [[macros:namespace:actionscript.setproperty]] | ^ parameter | id ( [[macros:type:string]] ) : The id of the property. | ^ ::: | value ( [[macros:type:single]] ) : The value to set. | ^ return value | ([[macros:type:void]]) | == Example in == [[macros:example:halvechasespeed]]: /* e.g. example:exportmacro */ ActionScript.SetProperty.Float("Playbacks.Editor.Times.ChaseSpeed", Playbacks.Editor.Times.ChaseSpeed / 2) /* the next lines can usually remain untouched */ == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~