behaviour that can receive and pass simple string messages
events allow attaching actions to certain messages in the inspector
https://citybuilder.softleitner.com/manual
|
| virtual void | OnMessages (string e) |
| | use when a single string has to be split into several messages
by default the parameter is split by spaces
|
| |
| virtual void | OnMessage (string e) |
| | puts a message into the characters messaging pipeline
|
| |
◆ OnMessage()
| virtual void CityBuilderCore.MessageReceiver.OnMessage |
( |
string | e | ) |
|
|
inlinevirtual |
◆ OnMessages()
| virtual void CityBuilderCore.MessageReceiver.OnMessages |
( |
string | e | ) |
|
|
inlinevirtual |
use when a single string has to be split into several messages
by default the parameter is split by spaces
- Parameters
-