RSDKv3 BindPlayerToObject¶ Binds a Player set to ListPos in the player list to entity slot number EntityNo. Parameters¶ ListPos The list position of the Player. EntityNo The entity number that we're binding the Player to. Return Value¶ None. Syntax¶ BindPlayerToObject(int ListPos, int EntityNo) Example¶ BindPlayerToObject(1, 32)