tiltedphoques / TiltedEvolution

Skyrim and Fallout 4 mod to play online!
https://wiki.tiltedphoques.com/tilted-online/
Other
1.05k stars 216 forks source link

Tweak: Server scripting expansion #701

Closed ToeKneeRED closed 1 month ago

ToeKneeRED commented 1 month ago

Adds bindings to:

GameServer_Bindings:
     - SendGlobalChatMessage (send a chat message to the entire server without iterating over all players in Lua script)
     - SetTime

Player_Bindings:
     - IsPartyLeader

Service_Bindings:
     - "get" for all current services (Calendar, Party, Character, Player, Quest, and Script)
     - CalendarService : GetTimeScale
     - PartyService : IsPlayerInParty

World_Bindings:
    - "get"

Adds onSetTime scripting event