Updated Perl Door (markdown)

Logan
2018-01-13 20:41:16 -08:00
parent 9ed2c7d812
commit f2fcd51562
+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()
``` ```