- Found in:
- cLib
ActorfunctioncOrActor(Actorthis, Actorthat, ActororThat2=NONE, ActororThat3=NONE, ActororThat4=NONE, ActororThat5=NONE, ActororThat6=NONE, ActororThat7=NONE, ActororThat8=NONE, ActororThat9=NONE)Global
Description
Documentation String
Requirements: None
Documentation Comment
Longer chains of conditional values
Caveats
Parameters
Actorthis
Actorthat
ActororThat2=NONE
ActororThat3=NONE
ActororThat4=NONE
ActororThat5=NONE
ActororThat6=NONE
ActororThat7=NONE
ActororThat8=NONE
ActororThat9=NONE
Examples
Auto-Generated Example
Actor myActor__this
Actor myActor__that
Actor myActor__orThat2
Actor myActor__orThat3
Actor myActor__orThat4
Actor myActor__orThat5
Actor myActor__orThat6
Actor myActor__orThat7
Actor myActor__orThat8
Actor myActor__orThat9
Actor returnedValue = clib.cOrActor(myActor__this, myActor__that, myActor__orThat2, myActor__orThat3, myActor__orThat4, myActor__orThat5, myActor__orThat6, myActor__orThat7, myActor__orThat8, myActor__orThat9)