BSL:Functions: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→OSL functions) |
||
Line 1: | Line 1: | ||
== | ==Signature== | ||
=== | ===Arguments=== | ||
==== | Put usage of brackets and commas here. Also tell about the weak syntax (with space as a separator). | ||
==== | ===Return value=== | ||
=== | Put usage of <tt>return</tt> here. | ||
==Declaration== | |||
Put usage of <tt>func</tt> here. | |||
==Multithreading== | |||
Put usage of <tt>fork</tt> here. | |||
==Native functions== | |||
===ai2_=== | |||
*attack | |||
*passive | |||
*makeaware | |||
===chr_=== | |||
*neutral | |||
*freeze | |||
*unkillable | |||
*invincible | |||
*unstoppable | |||
etc... |
Revision as of 23:56, 13 November 2005
Signature
Arguments
Put usage of brackets and commas here. Also tell about the weak syntax (with space as a separator).
Return value
Put usage of return here.
Declaration
Put usage of func here.
Multithreading
Put usage of fork here.
Native functions
ai2_
- attack
- passive
- makeaware
chr_
- neutral
- freeze
- unkillable
- invincible
- unstoppable
etc...