Category: Interface Since engine version: 4.9.6.0 CR
Description
Opens an input field (similar to the chat input) for player iPlayer (possibly delayed). When the input is confirmed or aborted InputCallback(string szInput) is called in pCallbackObject, where szInput is the entered text or nil if aborted.
Syntax
bool CallMessageBoard
(object pCallbackObject, bool bCapitalize, string szTitle, int iPlayer);