Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_EditableCommentComponentClass |
Functions | |
SCR_EditableCommentComponentClass SCR_EditableEntityComponentClass | Attribute (category:"Comment", defvalue:"1 1 1 1") |
void | ApplyTo (ImageWidget iconWidget) |
Color | GetColor () |
float | GetSizeCoef () |
bool | IsBold () |
bool | IsItalic () |
void ApplyTo | ( | ImageWidget | iconWidget | ) |
Apply custom attributes on given image widget.
iconWidget | Modified image |
Definition at line 41 of file SCR_EditableCommentComponent.c.
Color GetColor | ( | ) |
Definition at line 52 of file SCR_EditableCommentComponent.c.
float GetSizeCoef | ( | ) |
Definition at line 59 of file SCR_EditableCommentComponent.c.
bool IsBold | ( | ) |
Check if the test should be bold.
Definition at line 67 of file SCR_EditableCommentComponent.c.
bool IsItalic | ( | ) |
Check if the test should be italic.
Definition at line 75 of file SCR_EditableCommentComponent.c.