TPStashEvent.WithdrawCurrency

TPStashEvent.WithdrawCurrency(
    userId,
    character_uuid,
    currency_slug,
    currency_quantity,
    storage_type,
    storage_slug,
    storage_category_slug
)

설명

플레이어의 창고에서 재화(Currency)를 꺼낸 이벤트 데이터를 수집합니다.

파라미터

이름 설명 필수 여부

UserId

Roblox에서 제공하는 플레이어의 고유 사용자 ID(캐릭터 ID가 아님): Player.UserId

필수

character_uuid

플레이어 캐릭터의 고유 ID

게임에 캐릭터가 없거나, 캐릭터가 아닌 플레이어를 가리킬 경우 character_uuid를 TentuPlayKeyword._DUMMY_CHARACTER_ID_로 설정합니다.

필수

currency_slug

재화의 고유 구분자(예: 'gold', 'diamond', 'crystal')

필수

currency_quantity

창고에서 꺼낸 인출한 재화의 갯수 또는 양

필수

storage_type

플레이어 창고의 유형 (예: "개인 창고", "길드 창고")

TPStashEvent.StorageType.Unknown
TPStashEvent.StorageType.Personal
TPStashEvent.StorageType.Guild

선택

storage_slug

플레이어 창고의 고유 구분자

선택

storage_category_slug

플레이어 창고 종류의 고유 구분자

선택