Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditableCommentComponent.c File Reference

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 ()
 

Function Documentation

◆ ApplyTo()

void ApplyTo ( ImageWidget  iconWidget)

Apply custom attributes on given image widget.

Parameters
iconWidgetModified image

Definition at line 41 of file SCR_EditableCommentComponent.c.

◆ GetColor()

Color GetColor ( )
Returns
comment colour

Definition at line 52 of file SCR_EditableCommentComponent.c.

◆ GetSizeCoef()

float GetSizeCoef ( )
Returns
font size coef

Definition at line 59 of file SCR_EditableCommentComponent.c.

◆ IsBold()

bool IsBold ( )

Check if the test should be bold.

Returns
true if bold

Definition at line 67 of file SCR_EditableCommentComponent.c.

◆ IsItalic()

bool IsItalic ( )

Check if the test should be italic.

Returns
true if italic

Definition at line 75 of file SCR_EditableCommentComponent.c.