SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
UserProperties.h
1 //
2 // UserProperties.h
3 // SFS2X
4 //
5 // Original development by Infosfer Game Technologies Ltd. | http://www.infosfer.com.
6 //
7 // Maintained and developed by A51 Integrated.
8 // Copyright 2012 A51 Integrated | http://a51integrated.com. All rights reserved.
9 //
10 
11 #import "Common.h"
12 
13 
14 EXTERN NSString * const UserProperties_NAME;
15 EXTERN NSString * const UserProperties_IS_PLAYER;
16 EXTERN NSString * const UserProperties_IS_SPECTATOR;
17 EXTERN NSString * const UserProperties_IS_NPC;
18 EXTERN NSString * const UserProperties_PRIVILEGE_ID;
19 EXTERN NSString * const UserProperties_IS_IN_ANY_ROOM;
20 
21 /** A list of additional properties that can be used in MatchExpressions for User objects
22 
23  @see MatchExpression
24  */
25 @interface UserProperties : NSObject {
26 }
27 
28 @end
UserProperties
Definition: UserProperties.h:25