C# 클래스 Hardly.Library.Twitch.ChannelPointManager

파일 보기 프로젝트 열기: hardlydifficult/HardlyBot 1 사용 예제들

공개 메소드들

메소드 설명
ChannelPointManager ( ITwitchFactory factory, TwitchChannel channel ) : System
ForUser ( TwitchUser user ) : TwitchUserPointManager
GetAboutPoints ( ) : string
GetPointsFromString ( string message ) : ulong
ToPointsString ( ulong points, bool justTopDollar = false ) : string

비공개 메소드들

메소드 설명
LoadUnits ( TwitchChannel channel ) : PointUnit[]

메소드 상세

ChannelPointManager() 공개 메소드

public ChannelPointManager ( ITwitchFactory factory, TwitchChannel channel ) : System
factory ITwitchFactory
channel TwitchChannel
리턴 System

ForUser() 공개 메소드

public ForUser ( TwitchUser user ) : TwitchUserPointManager
user TwitchUser
리턴 TwitchUserPointManager

GetAboutPoints() 공개 메소드

public GetAboutPoints ( ) : string
리턴 string

GetPointsFromString() 공개 메소드

public GetPointsFromString ( string message ) : ulong
message string
리턴 ulong

ToPointsString() 공개 메소드

public ToPointsString ( ulong points, bool justTopDollar = false ) : string
points ulong
justTopDollar bool
리턴 string