Hi,
How do I put any arguments into the custom SequenceCommand functions?
Thank you,
arguments/parameter for custom sequenceCommand
Re: arguments/parameter for custom sequenceCommand
Hi,
In your sequencer command script. use GetParameter(#), GetParameterAsBool(#), GetParameterAsFloat(#), etc., or GetSubject(#).
In your sequencer command script. use GetParameter(#), GetParameterAsBool(#), GetParameterAsFloat(#), etc., or GetSubject(#).