- This wiki is out of date, use the continuation of this wiki instead
Search results
From FenixWiki
You searched for Instance
There is no page titled "Instance". You can create this page.
For more information about searching FenixWiki, see Help.
Showing below 6 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
No page title matches
Page text matches
- ProcessID (2,487 bytes)
5: ...rocessID is a unique identification code, for one instance of a [[processType]]. A ProcessID is always odd a...
10: ...s used when referring to specific [[process]] (an instance of a [[processType]]) and access/edit its [[local...
37: ...paceShip(); // ship now holds the ProcessID of an instance of SpaceShip - ProcessType (830 bytes)
3: ...ce]], but the type.<br /> There can be multiple [[instance]]s of one processtype with differing [[ProcessID]...
4: ...xample in [[process]]). In the example code, an [[instance]] of SpaceShip is created, by calling SpaceShip()... - Begin (865 bytes)
22: proc1(); // create new instance of proc1 - OnExit (1,631 bytes)
21: ... interpreted as [[Frame]](0) statements, so the [[instance]] will be killed eventually. Code like
31: proc1(); // create new instance of proc1 - Making DLLs (7,782 bytes)
36: static int DLL_MYFUNC(INSTANCE * my, int * params)
107: static int DLL_MYFUNC(INSTANCE * my, int * params)
126: static int dll_log(INSTANCE * my, int * params)
155: static int CALL(INSTANCE * my, int * params)
157: ...roc = instance_new (procdef_get(params[0]), first_instance); - Basic statements (2,101 bytes)
31: proc1(); // create new instance of proc1
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).