Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EditableCommentComponent.c File Reference

Go to the source code of this file.

Classes

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.