redirectDuctTape()
From Hack Wars Wiki
| Function information for redirectDuctTape() | |
| Function | redirectDuctTape() |
| API | redirect |
| Cost | $20 |
| Level | 1 |
| CPU Usage | 1 |
| Description | Placed in the 'initialize' section of a Redirecting script, this function will allow you to redirect DuctTape.. |
Example
Initialize:
// redirectDuctTape() can be used in Initialize, Continue, or Finalize. int main(){ redirectDuctTape(); } |
