Added a toString().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4160 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -129,5 +129,11 @@ public class Portal
|
||||
{
|
||||
return portalId;
|
||||
}
|
||||
|
||||
public function toString () :String
|
||||
{
|
||||
return "Portal[id=" + portalId + ", destScene=" + targetSceneId +
|
||||
", loc=" + loc + "].";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user