blob: 1c9916a752af741bfe073da2dd81390437afeb4b [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001P_CAN_FLAGS
2===========
3
4NAME
5----
6::
7
8 P_CAN_FLAGS "can_flags"
9
10DEFINIERT IN
11------------
12::
13
14 /sys/player/can.h
15
16BESCHREIBUNG
17------------
18::
19
Arathorn45aa6862019-10-06 21:25:39 +020020 Flags, die bestimmte Befehle oder Funktionen freischalten.
Zesstra18626972017-01-31 10:38:27 +010021
Arathorn45aa6862019-10-06 21:25:39 +020022 emote-Kommando: CAN_EMOTE
23 echo-Kommando: CAN_ECHO
24 r-emote-Kommando: CAN_REMOTE
25 Ausgabe des Presays: CAN_PRESAY
26 Reportfunktionen: KP - CAN_REPORT_SP
27 Gift - CAN_REPORT_POISON
28 Vorsicht - CAN_REPORT_WIMPY
29 Fluchtrichtung - CAN_REPORT_WIMPY_DIR
30
31 Zum Setzen muessen die Flags ver-oder-t werden:
32
33 SetProp(P_CAN_FLAGS, CAN_EMOTE|CAN_ECHO|CAN_REPORT_SP);
34
35Letzte Aenderung: 2019-Sep-15, Arathorn