neoRate
Star rater.
Based on:
https://github.com/auxiliary/rater
V:1.0
Purpose: |
Initialize neoRate |
Category: |
neoRate |
Syntax: |
neoRateInitialize "objId" symbol maxValue initialValue readOnly changeOnce resultVar callbackSub
objId Select a Container object symbol Choose one of the predefined symbols maxValue Max value initialValue Initial value readOnly Read only changeOnce Change once resultVar Variable to store rating callbackSub Callback subroutine (optional) |
neoRateGetValue
Purpose: |
Get the current neoRate value |
Category: |
neoRate |
Syntax: |
neoRateGetValue "objId" [resultVar]
objId Container object resultVar Variable to store result |
neoRateSetValue
Purpose: |
Set the current neoRate value |
Category: |
neoRate |
Syntax: |
neoRateSetValue "objId" theValue
objId Container object theValue Value |