C# Class NRaas.CommonSpace.Helpers.TooltipHelper

Inheritance: Common.IDelayedWorldLoadFinished, Common.IWorldQuit
Show file Open project: Chain-Reaction/NRaas

Public Properties

Property Type Description
sCurrentAlarm Common.AlarmTask
sCurrentTip Tooltip
sLastObjectId ulong
sTipObject ulong

Public Methods

Method Description
AddListener ( Type type, MethodInfo method ) : void
CreateTooltip ( string text, Vector2 mousePositon, WindowBase mousedOverWindow ) : Tooltip
HideCurrentTooltip ( ) : void
KillAlarm ( ) : void
OnDelayedWorldLoadFinished ( ) : void
OnGameSpeedChanged ( Gameflow newSpeed, bool locked ) : void
OnMapViewModeEnabled ( bool enabled ) : void
OnWorldQuit ( ) : void
RemoveListener ( Type type, MethodInfo method ) : void
RestartAlarm ( ) : void
SceneWindow_Hover ( WindowBase w, ScenePickArgs &args ) : bool
SetAlarm ( ) : void
TooltipHelper ( ) : Sims3.Gameplay.Abstracts

Method Details

AddListener() public static method

public static AddListener ( Type type, MethodInfo method ) : void
type System.Type
method System.Reflection.MethodInfo
return void

CreateTooltip() public static method

public static CreateTooltip ( string text, Vector2 mousePositon, WindowBase mousedOverWindow ) : Tooltip
text string
mousePositon Vector2
mousedOverWindow WindowBase
return Tooltip

HideCurrentTooltip() public static method

public static HideCurrentTooltip ( ) : void
return void

KillAlarm() public static method

public static KillAlarm ( ) : void
return void

OnDelayedWorldLoadFinished() public method

public OnDelayedWorldLoadFinished ( ) : void
return void

OnGameSpeedChanged() public method

public OnGameSpeedChanged ( Gameflow newSpeed, bool locked ) : void
newSpeed Gameflow
locked bool
return void

OnMapViewModeEnabled() public method

public OnMapViewModeEnabled ( bool enabled ) : void
enabled bool
return void

OnWorldQuit() public method

public OnWorldQuit ( ) : void
return void

RemoveListener() public static method

public static RemoveListener ( Type type, MethodInfo method ) : void
type System.Type
method System.Reflection.MethodInfo
return void

RestartAlarm() public static method

public static RestartAlarm ( ) : void
return void

SceneWindow_Hover() public static method

public static SceneWindow_Hover ( WindowBase w, ScenePickArgs &args ) : bool
w WindowBase
args ScenePickArgs
return bool

SetAlarm() public static method

public static SetAlarm ( ) : void
return void

TooltipHelper() public method

public TooltipHelper ( ) : Sims3.Gameplay.Abstracts
return Sims3.Gameplay.Abstracts

Property Details

sCurrentAlarm public static property

public static Common.AlarmTask sCurrentAlarm
return Common.AlarmTask

sCurrentTip public static property

public static Tooltip sCurrentTip
return Tooltip

sLastObjectId public static property

public static ulong sLastObjectId
return ulong

sTipObject public static property

public static ulong sTipObject
return ulong