|
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Thu Sep 12, 2002 8:24 pm
class ? |
Hi, is there a way at runtime to know if
a class folder exist or not? |
|
|
|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Thu Sep 12, 2002 9:32 pm |
#CLASS command by itself will display a listing of all classes.
Talahaski
Processor PIII 1000
Memory 265MB
Video NVIDIA 64MB
Windows XP
Zmud Version 6.34
Zmapper Version 1.10 |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Sep 12, 2002 9:37 pm |
quote:
trigger
Syntax: %trigger(class)
return true if the specified trigger class is enabled. If the class does not exist, -1 is returned. (Same as the %class function)
Use that to query its state or hard set it with
#CLASS Class_Name_Here_on 1
#CLASS Class_Name_Here_off 0
Ton Diening |
|
|
|
|
|