Additions:
[[CategoryChipzIRC ChipzIRC]], [[CategoryScripts Scripts]]
Deletions:
Revision [431]
Edited on 2007-03-22 15:05:05 by WikiAdminAdditions:
Note that all classes doesn't support automatic event hooking.
Deletions:
Revision [430]
Edited on 2007-03-22 15:04:24 by WikiAdminAdditions:
# You don't have to define any parameters, they are always (sender as duck, e as EventArgs).
The event keyword automatically hooks an event when an object instance has been created. The syntax is "event ClassName:EventName:".
Note that not all classes support automatic event hooking.
The event keyword automatically hooks an event when an object instance has been created. The syntax is "event ClassName:EventName:".
Note that not all classes support automatic event hooking.
Deletions:
Write some more info here.
Revision [334]
Edited on 2006-12-14 20:09:35 by WikiAdminAdditions:
%%(boo;1)
Deletions:
Revision [330]
Edited on 2006-12-14 20:02:40 by WikiAdminAdditions:
%%(python;1)
# A static variable
# Hook an event using the special event keyword, note the colon separating the class and event name.
# You don't have to write any parameters, they are always (sender as duck, e as EventEventArgs).
# A static variable
# Hook an event using the special event keyword, note the colon separating the class and event name.
# You don't have to write any parameters, they are always (sender as duck, e as EventEventArgs).
Deletions:
// Hook an event using the special event keyword, note the colon separating the class and event name.
// You don't have to write any parameters, they are always (sender as duck, e as EventEventArgs).
Revision [321]
Edited on 2006-12-14 19:49:52 by WikiAdminAdditions:
CategoryChipzIRC, CategoryScripts
Deletions:
Revision [311]
Edited on 2006-12-14 15:31:44 by WikiAdminAdditions:
CategoryChipzIRC, CategoryCustomization, CategoryDevelopment
Deletions:
Revision [308]
Edited on 2006-12-14 15:30:36 by WikiAdminAdditions:
===Languages===
You can specify what language to use by typing #language=lang on the first line of the script.
Valid languages are:
- Boo
- C# - C Sharp (not implemented)
- VB - Visual Basic .NET (not implemented)
You can specify what language to use by typing #language=lang on the first line of the script.
Valid languages are:
- Boo
- C# - C Sharp (not implemented)
- VB - Visual Basic .NET (not implemented)
Revision [307]
Edited on 2006-12-14 15:28:19 by WikiAdminAdditions:
#language=boo
Revision [306]
Edited on 2006-12-14 15:27:33 by WikiAdminAdditions:
Write some more info here.
===Assemblies===
Assemblies must be imported before any static variables or events.
The following assemblies are automatically imported:
- System.IO
- System.Text
- System.Collections
- System.Diagnostics
- System.Windows.Forms
- ""ChipzIRC""
- Chipz.IRC
===Assemblies===
Assemblies must be imported before any static variables or events.
The following assemblies are automatically imported:
- System.IO
- System.Text
- System.Collections
- System.Diagnostics
- System.Windows.Forms
- ""ChipzIRC""
- Chipz.IRC