elevator add function to get case

shapetextures
Maikel de Vries 2015-12-20 16:40:47 +01:00
parent fb18e17eec
commit 414d1c4e3a
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ private func CreateCase()
if (case) case->Connect(this);
}
public func GetCase()
{
return case;
}
private func CreateRope()
{
rope = CreateObjectAbove(ElevatorRope, GetCaseXOff(), -11, GetOwner());