Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils Class Reference

Utility functions for Quest Machine / uMMORPG integration. More...

Static Public Member Functions

static bool CanPlayerLearnSkill (string skillName)
 
static int GetPlayerSkillLevel (string skillName)
 
static void SetPlayerSkillLevel (string skillName, int level)
 
static int GetPlayerItemAmount (string itemName)
 
static void AddPlayerExp (int x)
 
static void AddPlayerSkillExp (int x)
 
static void AddPlayerGold (int x)
 
static void AddPlayerItemAmount (string itemName, int amount)
 
static global::Item GetItem (string itemName)
 

Detailed Description

Utility functions for Quest Machine / uMMORPG integration.

Member Function Documentation

◆ AddPlayerExp()

static void PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.AddPlayerExp ( int  x)
inlinestatic

◆ AddPlayerGold()

static void PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.AddPlayerGold ( int  x)
inlinestatic

◆ AddPlayerItemAmount()

static void PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.AddPlayerItemAmount ( string  itemName,
int  amount 
)
inlinestatic

◆ AddPlayerSkillExp()

static void PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.AddPlayerSkillExp ( int  x)
inlinestatic

◆ CanPlayerLearnSkill()

static bool PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.CanPlayerLearnSkill ( string  skillName)
inlinestatic

◆ GetItem()

static global.Item PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.GetItem ( string  itemName)
inlinestatic

◆ GetPlayerItemAmount()

static int PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.GetPlayerItemAmount ( string  itemName)
inlinestatic

◆ GetPlayerSkillLevel()

static int PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.GetPlayerSkillLevel ( string  skillName)
inlinestatic

◆ SetPlayerSkillLevel()

static void PixelCrushers.QuestMachine.uMMORPGSupport.QuestMachine_uMMORPGUtils.SetPlayerSkillLevel ( string  skillName,
int  level 
)
inlinestatic

The documentation for this class was generated from the following file: