Client-side Module gmod_playx_repeater

Function Summary

GetActiveSource()
Get the active source entity.
GetServerSource()
Get the server set source entity.
GetSource()
Get the client set source entity.
SetSource(src)
Set the PlayX entity to be the source.

Functions

GetActiveSource

gmod_playx_repeater:GetActiveSource()

Get the active source entity. May return nil.

Return value:

  • Source

GetServerSource

gmod_playx_repeater:GetServerSource()

Get the server set source entity. May return nil.

Return value:

  • Source

GetSource

gmod_playx_repeater:GetSource()

Get the client set source entity. May return nil.

Return value:

  • Source

SetSource

gmod_playx_repeater:SetSource(src)

Set the PlayX entity to be the source. Pass nil or NULL to clear. This will override the server set source.

Parameters:

  • src - Source