Sandbox.ModAPI.Ingame
IMySolarOccludable
Assembly: Sandbox.Common.dll
public interface IMySolarOccludable
Describes an entity that registers when it is in a planetary shadow (PB scripting interface).
Properties
| Member | Description |
|---|---|
| IsSolarOccluded | Whether the entity is in a planetary shadow. |
Methods
| Member | Description |
|---|---|
| GetEntityId() | Obtains the entity ID either directly from itself or from its containing entity if the interface is used on a component. |