| DayZ 1.24
    | 
| Protected Member Functions | |
| void | WrittenNoteData (ItemBase parent) | 
| void | OnRPC (PlayerIdentity sender, int rpc_type, ParamsReadContext ctx) | 
| void | InitNoteInfo (ItemBase pen=null, ItemBase paper=null) | 
| bool | GetNoteInfo (out ItemBase pen, out ItemBase paper) | 
| string | GetNoteText () | 
| void | SetNoteText (string text) | 
| void | DepleteWritingImplement (notnull ItemBase pen, string old_text, string new_text) | 
| Protected Attributes | |
| ItemBase | m_WritingImplement | 
| ItemBase | m_Paper | 
| string | m_SimpleText | 
Definition at line 1 of file WrittenNoteData.c.
Definition at line 8 of file WrittenNoteData.c.
| 
 | inlineprotected | 
Definition at line 77 of file WrittenNoteData.c.
References Math::Clamp().
Referenced by OnRPC().
Definition at line 59 of file WrittenNoteData.c.
References m_Paper, and m_WritingImplement.
Referenced by OnRPC().
| 
 | inlineprotected | 
Definition at line 52 of file WrittenNoteData.c.
References m_Paper, and m_WritingImplement.
| 
 | inlineprotected | 
Definition at line 13 of file WrittenNoteData.c.
References DepleteWritingImplement(), g_Game, GetGame(), GetNoteInfo(), m_SimpleText, m_WritingImplement, MENU_NOTE, and SetNoteText().
| 
 | protected | 
Definition at line 4 of file WrittenNoteData.c.
Referenced by GetNoteInfo(), and InitNoteInfo().
| 
 | protected | 
Definition at line 6 of file WrittenNoteData.c.
Referenced by GetNoteText(), OnRPC(), and SetNoteText().
| 
 | protected | 
Definition at line 3 of file WrittenNoteData.c.
Referenced by GetNoteInfo(), InitNoteInfo(), and OnRPC().