Table of Contents

Method SendTime

Namespace
HogWarp.Replicated
Assembly
Pillars.dll

SendTime(Player, int, int, int)

Sends a time update request.

public void SendTime(Player player, int hour, int minute, int second)

Parameters

player Player

The player to whom the time update is sent.

hour int

The hour component of the new time (0-23).

minute int

The minute component of the new time (0-59).

second int

The second component of the new time (0-59).