create_input_slot#
- TcpOslServer.create_input_slot(actor_uid: str, slot_name: str | None = None, type_hint: str | None = None) None #
Create custom input slot.
- Parameters:
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with server.
OslCommandError
Raised when the command or query fails.
TimeoutError
Raised when the timeout float value expires.