module Enabled:Parameter_sig.Bool
Plugin option that allows to check whether the instantiator is enabled.
Same as Generator_sig.override_key
include Parameter_sig.S
val on : unit -> unit
Set the boolean to true
.
val off : unit -> unit
Set the boolean to false
.