Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IfHas< T >()

static void ReLogic.OS.Platform.IfHas< T > ( Action< T > callback)
inlinestaticinherited
Type Constraints
T :class 

Definition at line 51 of file Platform.cs.

51 : class
52 {
53 Current._services.IfHas(callback);
54 }
static readonly Platform Current
Definition Platform.cs:11

References ReLogic.OS.Platform.Current.