23 lines
665 B
Plaintext
23 lines
665 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/ScheduledActivation.html
|
|
Title: People Playground Modding - Activations.ScheduledActivation
|
|
==================================================
|
|
|
|
public struct ScheduledActivation
|
|
[Serializable]
|
|
No description provided
|
|
Fields
|
|
public float TimeRemaining
|
|
No description provided
|
|
|
|
public readonly ActivationEvent Activation
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) ScheduledActivation(float timeRemaining, in ActivationEvent activation)
|
|
No description provided
|
|
|
|
public readonly bool HasExpired()
|
|
No description provided
|
|
|
|
public static bool HasExpiredPredicate(ScheduledActivation s)
|
|
No description provided |