Interface ITooltipSubscriptions
Assembly: Eco.Gameplay.dll
public interface ITooltipSubscriptions
Methods
Declaration
void ApplyDirtyTooltips()
Declaration
Declaration
void ClearCacheForUser(User user)
Parameters
| Type |
Name |
Description |
| User |
user |
|
Declaration
void MarkTooltipPartDirty(string partName, Type type = null, IController instance = null, User user = null, bool includeDerivedTypes = false, bool markDirtyForAllUsers = true)
Parameters
| Type |
Name |
Description |
| System.String |
partName |
|
| System.Type |
type |
|
| IController |
instance |
|
| User |
user |
|
| System.Boolean |
includeDerivedTypes |
|
| System.Boolean |
markDirtyForAllUsers |
|
Declaration
void Subscribe(User user, TooltipPartBase part, IController controller)
Parameters
Extension Methods