mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-02 09:07:16 +00:00
Updated Perl Door (markdown)
+13
-13
@@ -18,21 +18,21 @@ void Doors::GetHeading()
|
|||||||
void Doors::GetOpenType()
|
void Doors::GetOpenType()
|
||||||
void Doors::GetLockpick()
|
void Doors::GetLockpick()
|
||||||
void Doors::GetKeyItem()
|
void Doors::GetKeyItem()
|
||||||
void Doors::GetNoKeyring( THIS, type)
|
void Doors::GetNoKeyring( type)
|
||||||
void Doors::GetIncline()
|
void Doors::GetIncline()
|
||||||
void Doors::GetIncline()
|
void Doors::GetIncline()
|
||||||
void Doors::SetOpenType( THIS, type)
|
void Doors::SetOpenType( type)
|
||||||
void Doors::SetLockpick( THIS, type)
|
void Doors::SetLockpick( type)
|
||||||
void Doors::SetKeyItem( THIS, type)
|
void Doors::SetKeyItem( type)
|
||||||
void Doors::SetNoKeyring( THIS, type)
|
void Doors::SetNoKeyring( type)
|
||||||
void Doors::SetIncline( THIS, type)
|
void Doors::SetIncline( type)
|
||||||
void Doors::SetSize( THIS, int size)
|
void Doors::SetSize(int size)
|
||||||
void Doors::SetLocation( THIS, float x, float y, float z)
|
void Doors::SetLocation(float x, float y, float z)
|
||||||
void Doors::SetX( THIS, XPos)
|
void Doors::SetX( XPos)
|
||||||
void Doors::SetY( THIS, YPos)
|
void Doors::SetY( YPos)
|
||||||
void Doors::SetZ( THIS, ZPos)
|
void Doors::SetZ( ZPos)
|
||||||
void Doors::SetHeading( THIS, float heading)
|
void Doors::SetHeading(float heading)
|
||||||
void Doors::SetModelName( THIS, string name)
|
void Doors::SetModelName(string name)
|
||||||
void Doors::GetModelName()
|
void Doors::GetModelName()
|
||||||
void Doors::InsertDoor()
|
void Doors::InsertDoor()
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user