<- PRPL reference <- Particles

BondExists

ArgumentsResultNotation
BondID bool [ int - bool ]

Description

Checks if the passed ID is a valid and existing bond.

Examples

	i1 = GetIntFromStack(); //Bond UID 
		stack.Push(new Data(1)); 
		stack.Push(new Data(0));