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

◆ Has< T >()

static bool ReLogic.OS.Platform.Has< T > ( )
inlinestaticinherited
Type Constraints
T :class 

Definition at line 46 of file Platform.cs.

46 : class
47 {
48 return Current._services.Has<T>();
49 }
static readonly Platform Current
Definition Platform.cs:11

References ReLogic.OS.Platform.Current.