Skip to content

Comments

[Module] add KyberDateTimeEntityData#36

Open
AdamRaichu wants to merge 7 commits intoArmchairDevelopers:ver/beta10from
AdamRaichu:feat/date-time-entity
Open

[Module] add KyberDateTimeEntityData#36
AdamRaichu wants to merge 7 commits intoArmchairDevelopers:ver/beta10from
AdamRaichu:feat/date-time-entity

Conversation

@AdamRaichu
Copy link

@AdamRaichu AdamRaichu commented Feb 11, 2026

Why? Embedded April fools pranks, other holiday features, real world accurate lighting variant selection, etc.

I originally posted the idea on Discord (#patreon-chat), then later on feedback site (marked as Planned).

KyberDateTimeEntityData : dummyData
{
    Boolean UseUtc;   //         (Input)
    Int32 Month;      // [1,12]  (Output)
    Int32 Day;        // [1,31]  (Output)
    Int32 Hour;       // [0,23]  (Output)
    Int32 Minute;     // [0,59]  (Output)
}

Entity has an input event Update which will update the outputs to the current time. (Values do not update by themselves.)
Changing UseUtc will also trigger the values to update.

@AdamRaichu
Copy link
Author

Could a dev give any insight into why this hasn’t been merged yet? I’m fulfilling a feature request that was marked as planned. Does the entity not do what was desired? Did I implement it incorrectly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant