Guest User

Untitled

a guest
Feb 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. TextureHandle tex=something();
  2. CRunObject* newsprite=pRuntime->CreateObject(spritetype,Layer,pLayout);
  3.  
  4. newsprite->CallFunction(1,(void*)tex);
Add Comment
Please, Sign In to add comment