Functions/DarkRP/Server/storeDoorGroup

From DarkRP
Function
Function name DarkRP.storeDoorGroup(Entity ent, string group)
Description:
Store the group of a door in the database.
Returns: nil
Part of Library: DarkRP
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Server/storeDoorGroup]DarkRP.storeDoorGroup[/url][/b]

Function parameters[edit]

  1. ent (Entity)
  2. The door.

  3. group (string)
  4. The group of the door.


Function return values[edit]

This function does not return any value.