IBuddyManagerGetBuddyByName Method |
Retrieves a Buddy object from its name property.
Namespace:
Sfs2X.Entities.Managers
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax Buddy GetBuddyByName(
string name
)
Parameters
- name
- Type: SystemString
The name of the buddy to be found.
Return Value
Type:
BuddyThe object representing the buddy, or
null if no buddy with the passed name exists in the buddies list.
See Also