Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function rigidshape(%this,%obj)
  2. {
  3. %this.myspeci(%obj);
  4. }
  5.  
  6. function rigidshapeSubclassA::myspeci(%this,%obj)
  7. {
  8. error("place");
  9. }
  10.  
  11. function rigidshapeSubclassB::myspeci(%this,%obj)
  12. {
  13. error("snowflake");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement