mirror of
https://github.com/FAUSheppy/sector-32-documentation
synced 2025-12-06 06:41:35 +01:00
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
# Decorators
|
|
## Actor Not In Sight
|
|
Check if an actor is currently visible for the player.
|
|
|
|
Parameters:
|
|
- Target Actor Soft Reference
|
|
|
|
## Check Fact By Name
|
|
Check if a given game fact is currently True.
|
|
|
|
Parameters:
|
|
- String, Gamefact to check
|
|
|
|
## X_Check_Response
|
|
1,2,3_Check_Resposnse-tasks must be used after a dialog choice and will be true if the respective dialog choice was selected.
|