RoomsRoomChangeHandler Delegate |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic delegate string RoomChangeHandler(
Instruction Instruction
)
Public Delegate Function RoomChangeHandler (
Instruction As Instruction
) As String
public delegate String^ RoomChangeHandler(
Instruction^ Instruction
)
type RoomChangeHandler =
delegate of
Instruction : Instruction -> string
Parameters
- Instruction
- Type: EJW.TextBasedAdventureInstruction
Return Value
Type:
String
See Also