From f2fcd51562c4da835fc5a218c56935047bdd3cf2 Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 13 Jan 2018 20:41:16 -0800 Subject: [PATCH] Updated Perl Door (markdown) --- Perl-Door.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Perl-Door.md b/Perl-Door.md index 98ad2c2..10953fa 100644 --- a/Perl-Door.md +++ b/Perl-Door.md @@ -18,21 +18,21 @@ void Doors::GetHeading() void Doors::GetOpenType() void Doors::GetLockpick() void Doors::GetKeyItem() -void Doors::GetNoKeyring( THIS, type) +void Doors::GetNoKeyring( type) void Doors::GetIncline() void Doors::GetIncline() -void Doors::SetOpenType( THIS, type) -void Doors::SetLockpick( THIS, type) -void Doors::SetKeyItem( THIS, type) -void Doors::SetNoKeyring( THIS, type) -void Doors::SetIncline( THIS, type) -void Doors::SetSize( THIS, int size) -void Doors::SetLocation( THIS, float x, float y, float z) -void Doors::SetX( THIS, XPos) -void Doors::SetY( THIS, YPos) -void Doors::SetZ( THIS, ZPos) -void Doors::SetHeading( THIS, float heading) -void Doors::SetModelName( THIS, string name) +void Doors::SetOpenType( type) +void Doors::SetLockpick( type) +void Doors::SetKeyItem( type) +void Doors::SetNoKeyring( type) +void Doors::SetIncline( type) +void Doors::SetSize(int size) +void Doors::SetLocation(float x, float y, float z) +void Doors::SetX( XPos) +void Doors::SetY( YPos) +void Doors::SetZ( ZPos) +void Doors::SetHeading(float heading) +void Doors::SetModelName(string name) void Doors::GetModelName() void Doors::InsertDoor() ``` \ No newline at end of file