Bool Actor-Event
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | CENPyOlpBoolActorEvent |
| Modul | cenpylib.CENPyOlpBoolActorEvent |
| Paket | cenpylib |
| Veröffentlichung | R2025.2.4 |
| Methoden | 2 |
| Erbt von | CENPyOlpBuiltInEvent |
Erbe
Schneller Start
# Boilerplate Example
# Acquire the event object from the runtime context
boolActorEvent = ... # provided by the frameworkMethodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetValue | bool | Erziele den Schauspieler-Wert. |
SetValue | — | Setze den Actor-Wert. |
Abfragemethoden
GetValue
def GetValue() -> boolErziele den Schauspieler-Wert.
Rückgaben: bool — Akteurwert, Wahr oder Falsch
Mutationsmethoden
SetValue
def SetValue(value: bool)Setze den Actor-Wert.
Parameter:
| Name | Typ | Beschreibung |
|---|---|---|
value | bool | neuer Wert, wahr oder falsch |
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?