Scaleform::Formatter::ParentRef

Scaleform::Formatter::ParentRef
enum ParentRef {
  prNone,
  prPrev,
  prNext,
  prPos
};
Description

Indicates the position of a parent formatter.

Members
Members 
Description 
prNone 
No parent formatter. 
prPrev 
Previous position of the formatter (relative position). 
prNext 
Next position of the formatter (relative position). 
prPos 
Absolute position of the formatter (from the left). This position can be retrieved via the GetParentRef call. 
File

SF_MsgFormat.h